From ee71effe98a2ef8a5da0cc78f0141c6fe9aca940 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval R Date: Thu, 6 Jan 2022 17:42:17 +0100 Subject: [PATCH] docs: State that Textures are thread safe gobjects --- gdk/gdktexture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index 9a0e6c7d87..c8d7730c6d 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -32,7 +32,7 @@ * * `GdkTexture` is an immutable object: That means you cannot change * anything about it other than increasing the reference count via - * [method@GObject.Object.ref]. + * [method@GObject.Object.ref], and consequently, it is a thread-safe object. */ #include "config.h" -- 2.30.2